prevent flex box width from overflowing in css

80

div {
  min-width: 0;
}

Comments

Submit
0 Comments